Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C++ Tutorial
1) Array
2) Bitset
3) Class
4) Data Types
5) Deque
6) Development
7) Exceptions
8) File Stream
9) Function
10) Language Basics
11) List
12) Map Multimap
13) Operator Overloading
14) Operators Statements
15) Pointer
16) Queue Stack
17) Set Multiset
18) STL Algorithms Binary Search
19) STL Algorithms Heap
20) STL Algorithms Helper
21) STL Algorithms Iterator
22) STL Algorithms Merge
23) STL Algorithms Min Max
24) STL Algorithms Modifying Sequence Operations
25) STL Algorithms Non Modifying Sequence Operations
26) STL Algorithms Sorting
27) STL Introduction
28) String
29) Structure
30) Template
31) Valarray
32) Vector
Exceptions
1) A simple exception handling example
2) A try block can be localized to a function
3) Catch all exceptions
4) Catch const char str (string) exception
5) Catch double exception
6) Catching class type exceptions
7) Catching Class Types
8) Catching derived classes
9) Custom exception class
10) Declaring exception specifications in class hierarchy
11) Demonstrating stack unwinding
12) Demonstrating standard new throwing bad_alloc when memory cannot be allocated
13) Different types of exceptions can be caught
14) Handling Derived-Class Exceptions
15) restrict the types of exceptions that can be thrown from a function
16) Localize a trycatch to a function
17) Multiple catch blocks
18) Restricting function throw types
19) Rethrowing an exception
20) Standard exceptions
21) This function can throw NO exceptions!
22) Throw a custom exception object
23) Throw an exception
24) Throw an exception from a function and catch it
25) Throw your own exception class based on runtime_error
26) Throwing an exception from a function called from within a try block
27) Throwing an exception from a function outside the try block
28) Try catch block without exception being thrown
29) Use catch( ) as a default
30) Use custom exception in your own Array class
31) Use multiple catch statements